home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / THE AIDS STACK / background_31474.txt < prev    next >
Text File  |  1988-01-11  |  3KB  |  149 lines

  1. -- background: 31474 from stack: in
  2. -- bmap block id: 21684
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   show menubar
  9. end openStack
  10.  
  11.  
  12.  
  13. -- part 17 (button)
  14. -- low flags: 00
  15. -- high flags: 2000
  16. -- rect: left=419 top=271 right=308 bottom=448
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   DoMenu Find...
  28. end mouseUp
  29.  
  30.  
  31.  
  32.  
  33. -- part 18 (field)
  34. -- low flags: 00
  35. -- high flags: 0000
  36. -- rect: left=47 top=70 right=251 bottom=469
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 0
  40. -- font id: 3
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: TERM
  45.  
  46.  
  47. -- part 21 (button)
  48. -- low flags: 00
  49. -- high flags: 2000
  50. -- rect: left=329 top=271 right=308 bottom=358
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: LAST
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   visual effect wipe left slowly
  62.   DoMenu Prev
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part 22 (button)
  68. -- low flags: 00
  69. -- high flags: 2000
  70. -- rect: left=359 top=271 right=308 bottom=388
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: NEXT
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   visual effect wipe right slowly
  82.   DoMenu Next
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 23 (button)
  88. -- low flags: 00
  89. -- high flags: 2000
  90. -- rect: left=299 top=271 right=308 bottom=328
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: HOME
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   visual effect dissolve slowly
  102.   go to card id 17296
  103.   visual venetian blinds slowly
  104.   go to card id 3013
  105. end mouseUp
  106.  
  107.  
  108.  
  109. -- part 24 (button)
  110. -- low flags: 00
  111. -- high flags: 2000
  112. -- rect: left=449 top=271 right=308 bottom=478
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: POP
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.  
  124.   visual venetian blinds slowly
  125.   pop card
  126.  
  127. end mouseUp
  128.  
  129.  
  130.  
  131. -- part 25 (button)
  132. -- low flags: 00
  133. -- high flags: 2000
  134. -- rect: left=389 top=271 right=308 bottom=418
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 0 / 0
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: TOP OF STACK
  143. ----- HyperTalk script -----
  144. on mouseUp
  145.   visual effect DISSOLVE
  146.   go to card id 20036
  147. end mouseUp
  148.  
  149.